.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner {
	padding: 100px 0px 0px;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	/* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
	text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
	color: #4F0599;
	font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
	font-size: 1.15714286rem;
	color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	/* background: #4F0599 !important; */
	color: #fff;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
}

.index .banner .banner1 {
	background-color: #c8e6f4;
}

.index .banner .banner2 {
	background-color: #F4F5F6;
}

.index .banner .banner3 {
	background-color: #bcdaff;
}

.index .banner_fot .dots {
	display: none;

}

.index .banner_fot .banbox {
	background-color: #819ab1;
	color: #fff;
}

.index .banner_fot .slides_tit .banbox {
	font-size: 22px;
	line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
	font-size: 16px;
	display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
	padding: 9px 35px;
	border: 2px solid #fff;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 100px;
}

.index .zycp {
	width: 100%;
	position: relative;
	z-index: 999;
}

.index .zycp .zycp_pic {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index .zycp .zycp_pic ul {
	width: 100%;
	transition: all .5s;
}

.index .zycp .zycp_pic ul li {
	display: inline-block;
	padding: 0 !important;
	float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
	box-shadow: 0 0 5px #ccc;
}

.index .zycp .zycp_pic ul li .zc_pic {
	text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
	margin: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	/* background-color: #4e0499; */
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
	height: 250px;
}

.index .zycp .zycp_pic ul li .zc_pic img {
	width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
	background: #f7f7f7;
	overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
	padding: 25px 0;
	text-align: center;
	margin: 43px 43px 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
	color: #4e4f63;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
	color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
	text-align: center;
	padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
	font-size: 20px;
	width: 150px;
	height: 51px;
	background: transparent;
	border: 0;
	border-radius: 30px;
	outline: none;
	border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	background: #5d7eb1;
	color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
	box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
	color: #fff !important;
	background: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-top: 50px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	/* background: #5d7eb1; */
	color: #fff;
	border: 0;
	border-radius: 6px;
	outline: none;
}

.swiper-pagination-bullet {
	width: 60px !important;
	height: 7px !important;
	border-radius: 1px !important;
	background-color: #fff !important;
	opacity: .5 !important;
}

.swiper-pagination-bullet-active {
	background: #083a77 !important;
	opacity: 1 !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

/* 产品分类 */

.prduct-wrap {
	margin-bottom: 40px;
	justify-content: space-between;
	width: 100%;
}

.n-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.n-title_a {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.prduct_right {
	width: 77%;
	float: left;
}

.prduct_right_box {
	display: none;
}

.prduct_right_box.active {
	display: block;
}

.prduct-image {
	float: left;
	width: 60%;
	margin-right: 1%;
	margin-top: -5%;
	height: 347px;
}

.go_detail a {
	color: #fff;
}

.go_detail a:hover {
	color: #fff;
}


.cr-more {
	border-bottom: 1px solid #fff;
	padding: 8px;
	height: 39px;
	width: 120px;
	float: left;
	margin-top: -5%;
	text-align: center;
}

.cr-more a {
	color: #fff;
}

.prduct-list {
	width: 13%;
	float: left;
}

.prduct-list .prduct-list-choose {
	padding-left: 0px;
	line-height: 25px;
	transition: all .6s;
	width: 100%;
}

.prduct-list .prduct-list-choose:hover {
	background-color: #fff;
	width: 100%;
	padding-left: 10px;
	transition: all .6s;
	border-radius: 50px;
	color: #0b379b;
}

.prduct_right_in {
	width: 39%;
	float: left;
}

.prduct-list-box {
	display: flex;
	flex-direction: column;
}

.prduct-list-txt {
	margin: 15px 0;
	color: #fff;
	line-height: 26px;
	text-align: justify;
}

.go_detail:hover {
	color: #083a77;
	text-decoration: none;
}

.prod_bt {
	margin-top: 40px;
}

.prod_bt h1 {
	color: #083a77;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin: 0 !important;
}

.prod_bt P {
	width: 100%;
	margin: 0 auto;
	line-height: 27px;
	font-size: 14px;
	text-align: center;
}

.news {
	margin-top: 2%;
}

.news .n-left {
	width: 263px;
	background-image: url(/assets/image/new1.png);
	color: #fff;
	height: 286px;
	float: left;
}

.c-wrap {
	justify-content: space-between;
	margin-top: 40px;
}

.c-wrap .cw-left {
	width: 100%;
	flex-direction: column;
}

.c-wrap .cw-right {
	width: 100%;
}

.c-wrap .cw-left .news:nth-child(1) {
	margin-bottom: 20px;
}

.c-wrap .cw-left .news:nth-child(2) .n-wrap {
	padding: 10px;
}

.news .n-right img {
	height: 250px;
}

.news .n-left span {
	font-size: 16px;
	font-weight: 700;
}

.news .n-left span a {
	color: #fff;
	font-size: 18px;
	padding: 9px 16px;
	border: 3px solid #fff;
	margin: 44% 68px;
	float: left;
}

.news .n-left img {
	width: 54%;
}

.news .n-right {
	width: 79%;
	padding-left: 3%;
	float: left;
}

.news .n-right ul {
	margin-bottom: 0;
}

.news .n-right li {
	border-bottom: 1px dotted #e7e7e7;
	float: left;
	width: 100%;
}

.news .n-right li a {
	height: 46px;
	line-height: 46px;
	padding-left: 0px;
	color: #0b379b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 88%;
	float: left;
	font-weight: bold;
}

.hy_new_time {
	width: 11%;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 47px;
	color: #a1a1a1;
}

.gsjj {
	padding-bottom: 9px;
	padding-top: 0;
	margin-bottom: 20px;
	border-top: 1px solid #0b379b;
}

.gsjj-t {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	line-height: 49px;
	font-size: 30px;
}

.cw-right {
	display: flex;
	flex-direction: column;
}

.cw-right .swiper2 {
	/* display: flex; */
	justify-content: space-between;
	/* border: 1px solid #e7e7e7; */
}

.cw-right .swiper2 .jsyf,
.cw-right .swiper2 .sczz {
	/* border: 1px solid #e1e1e1; */
}

.cw-right .swiper2 .jsyf p,
.cw-right .swiper2 .sczz p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #fff;
	z-index: 9;
	margin-bottom: 0;
}

.cw-right .swiper2 .public-t span:nth-child(2) {
	height: 30px;
	line-height: 30px;
}

.cw-right .swiper2 .public-t {
	position: absolute;
	top: -30px;
	left: 0;
}

.cw-right .swiper2 img {
	height: 211px;
}

.cw-right .swiper2 .jsyf,
.cw-right .swiper2 .sczz {
	width: 48%;
	position: relative;
	padding: 10px;
	margin-top: 40px;
}

.jsyf {
	background-color: #0b379b;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.public-t {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #0b379b;
}

.public-t .cr-bottom a {
	display: block;
	color: #1d4295;
	text-align: left;
	line-height: 48px;
	width: 157px;
	text-align: left;
	margin-top: 20px;
	padding-left: 11px;
	float: right;
}

.public-t span {
	height: 69px;
	line-height: 56px;
	font-size: 30px;
	color: #000;
	padding-bottom: 8px;
	float: left;
}

.public-tt {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 22px;
}

.public-tt span {
	height: 69px;
	line-height: 56px;
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
}

.cw-right .cr-wrap {
	/* display: flex; */
	justify-content: space-between;
}

.cr-l {
	width: 120px;
	float: left;
}

.cr-l a {
	width: 100%;
	float: left;
	line-height: 41px;
	font-size: 18px;
	text-align: center;
	color: #000000;
}

.cw-right .cr-wrap .cr-left {
	width: 48%;
	float: left;
	margin-left: 3%;
	top: -6px;
	position: relative;
}

.cw-right .cr-wrap .cr-left p {
	line-height: 25px;
	text-indent: 2em;
	margin-bottom: 0;
	text-align: justify;
	color: #7e7e7e;
}

.cw-right .cr-wrap .cr-left .cr-bottom a {
	display: block;
	color: #1d4295;
	text-align: left;
	line-height: 46px;
	border-bottom: 1px solid #0b379b;
	width: 157px;
	text-align: left;
	margin-top: 20px;
	padding-left: 11px;
	float: left;
}

.cw-right .cr-wrap .cr-right {
	width: 35%;
	text-align: center;
	float: right;
}

.cw-right .cr-wrap .cr-right img {
	width: 100%;
}

.sqjxs .sq-wrap {
	display: flex;
}

.sqjxs .sq-wrap .sq-left {
	width: 50%;
}

.sqjxs .sq-wrap .sq-left span {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
}

.sqjxs .sq-wrap .sq-right {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sqjxs .sq-wrap .sq-right img {
	width: 100%;
	text-align: center;
}

.ct-wrap {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.ct-wrap .yxwl {
	width: 58%;
	border: 1px solid #e7e7e7;
	display: flex;
	flex-direction: column;
}

.ct-wrap .sqjxs {
	width: 40%;
	padding: 7px 20px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}

.ct-wrap .sqjxs .sq-title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #000;
	border-bottom: #e7e7e7 solid 1px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ct-wrap .yxwl .y-title {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: #083a77;
	text-align: LEFT;
	font-weight: 700;
	text-indent: 1.2em;
}

.ct-wrap .yxwl .y-list {
	padding: 17px;
	flex: 1;
}

.ct-wrap .yxwl .y-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	height: 210px;
}

.ct-wrap .yxwl .y-list ul li {
	width: 30%;
	background-color: #e7e7e7;
	border-radius: 25px;
	color: #000;
	font-weight: 700;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.w_a {
	background-image: url(/assets/image/main.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-top: 1px solid #fff;
}

.w_b {
	background-image: url(/assets/image/main1.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-top: 1px solid #fff;;
}

.w_c {
	background-image: url(/assets/image/main2.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-top: 1px solid #fff;
}

.w_d {
	background-image: url(/assets/image/main3.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	margin-bottom: 30px;
	border-top: 1px solid #fff;
}


@media (min-width: 980px) {

	.fold_wrap {
		width: 100%;
		height: 360px;
		margin: 40px auto 0 auto;
		overflow: hidden;
	}

	.fold_wrap li {
		float: left;
		width: 130px;
		height: 340px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.fold_wrap li .mask_b {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .3);
		_background: #B2B2B2;
	}

	.fold_wrap li.active .mask_b {
		background: none;
	}

	.fold_wrap li .mask_b h4 {
		color: #fff;
		width: 30px;
		margin: 0 auto;
		display: block;
		font: 30px/30px Microsoft Yahei;
		position: relative;
		padding: 30px 0 0 0;
	}

	.fold_wrap li.big {
		width: 322px;
	}


	.adv_intro_show {
		bottom: 0 !important;
		transition: bottom 0.3s linear 0.3s;
		-webkit-transition: bottom 0.3s linear 0.3s;
	}

	.pic_auto {
		width: 100%;
		height: 100%;
	}

	.pic_auto1 {
		background: url(/assets/image/2022031411271_132.png) no-repeat center 0;
	}

	.pic_auto2 {
		background: url(/assets/image/2022031479032_867.png) no-repeat center 0;
	}

	.pic_auto3 {
		background: url(/assets/image/2022031472083_788.png) no-repeat center 0;
	}

	.pic_auto4 {
		background: url(/assets/image/2022031465225_335.png) no-repeat center 0;
	}

	.pic_auto5 {
		background: url(/assets/image/2022031452434_570.png) no-repeat center 0;
	}

	.pic_auto6 {
		background: url(/assets/image/2022031424076_70.png) no-repeat center 0;
	}

	.pic_auto7 {
		background: url(/assets/image/2022031436707_773.png) no-repeat center 0;
	}


	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.index .banner .banner_box .bnerimg {
		padding: 75px 0;
		overflow: hidden;
	}

	.banner .navs-wrapper {
		height: 400px;
	}

	.outside-dots .dots>.dot {
		width: 30px;
		margin: 4px 13px;
		height: 5px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #819ab1 !important;
		width: 35px;

	}

}

@media (max-width: 980px) {
	.cw-right .swiper2 {
		flex-direction: column;
	}

	.cw-right .swiper2 .jsyf,
	.cw-right .swiper2 .sczz {
		width: 100% !important;
	}

	.cw-right .swiper2 .jsyf {
		margin-bottom: 20px;
	}

	.c-wrap {
		flex-direction: column !important;
	}

	.c-wrap .cw-left {
		width: 100% !important;
	}

	.c-wrap .cw-right {
		width: 100% !important;
	}

	.ct-wrap {
		flex-direction: column !important;
	}

	.ct-wrap .sqjxs {
		width: 100% !important;
	}

	.ct-wrap .yxwl {
		width: 100% !important;
	}

	.index .banner .banner_box {
		/* height: 580px; */
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 172px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 100px;
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 10px !important;
	}

	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}

	.prod_bt h1 {
		font-size: 22px;
	}

	.prod_bt P {
		font-size: 12px !important;
		padding: 0 10px;
	}

	.cr-l {
		width: 100%;
		float: left;
	}

	.cr-l a {
		width: 50%;
		float: left;
		line-height: 41px;
		font-size: 18px;
		text-align: left;
		color: #000000;
	}

	.cw-right .cr-wrap .cr-left {
		width: 100%;
	}

	.cw-right .cr-wrap .cr-left {
		width: 100%;
		float: left;
		top: 15px;
		margin: 0px;
	}

	.cw-right .cr-wrap .cr-right {
		width: 100%;
		text-align: center;
		float: right;
		margin-top: 41px;
	}

	.index .banner {
		padding: 107px 0px 0px;
	}

	.prduct-list {
		width: 100%;
		float: left;
	}

	.prduct-image {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.n-title {
		text-align: center;
	}

	.prduct_right {
		width: 100%;
		float: left;
	}

	.prduct-image {
		float: left;
		width: 100%;
		margin-right: 1%;
		margin-top: 0%;
		height: 209px;
	}

	.prduct_right_in {
		width: 100%;
		float: left;
	}

	.cr-more {
		border-bottom: 1px solid #fff;
		padding: 8px;
		height: 39px;
		width: 120px;
		float: left;
		margin-top: -5%;
		text-align: center;
		border-left: 1px solid #fff;
		display: none;
	}

	.fold_wrap {
		width: 100%;
		height: 360px;
		margin: 40px auto 0 auto;
		overflow: hidden;
	}

	.fold_wrap li {
		float: left;
		width: 130px;
		height: 340px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.fold_wrap li .mask_b {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.fold_wrap li.active .mask_b {
		background: none;
	}

	.fold_wrap li .mask_b h4 {
		color: #fff;
		width: 30px;
		margin: 0 auto;
		display: block;
		font: 30px/30px Microsoft Yahei;
		position: relative;
		padding: 30px 0 0 0;
	}

	.fold_wrap li.big {
		width: 322px;
	}


	.adv_intro_show {
		bottom: 0 !important;
		transition: bottom 0.3s linear 0.3s;
		-webkit-transition: bottom 0.3s linear 0.3s;
	}

	.pic_auto {
		width: 100%;
		height: 100%;
	}

	.pic_auto1 {
		background: url(/assets/image/2022031411271_132.png) no-repeat center 0;
	}
	
	.pic_auto2 {
		background: url(/assets/image/2022031479032_867.png) no-repeat center 0;
	}
	
	.pic_auto3 {
		background: url(/assets/image/2022031472083_788.png) no-repeat center 0;
	}
	
	.pic_auto4 {
		background: url(/assets/image/2022031465225_335.png) no-repeat center 0;
	}
	
	.pic_auto5 {
		background: url(/assets/image/2022031452434_570.png) no-repeat center 0;
	}
	
	.pic_auto6 {
		background: url(/assets/image/2022031424076_70.png) no-repeat center 0;
	}
	
	.pic_auto7 {
		background: url(/assets/image/2022031436707_773.png) no-repeat center 0;
	}

	.gsjj-t {
		float: left;
		width: 100%;
		margin-bottom: 2px;
		line-height: 49px;
		font-size: 30px;
	}

	.public-t {
		float: left;
		width: 100%;
		margin-bottom: 11px;
		border-bottom: 1px solid #0b379b;
	}

	.news .n-right {
		width: 100%;
		padding-left: 0%;
		float: left;
	}

	.news .n-right li a {
		height: 31px;
		line-height: 31px;
		padding-left: 0px;
		color: #0b379b;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		width: 100%;
		float: left;
		font-weight: bold;
	}

	.hy_new_time {
		width: 35%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 31px;
		color: #a1a1a1;
	}

	.prduct-list .prduct-list-choose {
		padding-left: 0px;
		line-height: 25px;
		transition: all .6s;
		width: 50%;
		float: left;
	}

	.prduct-list .prduct-list-choose:hover {
		background-color: #fff;
		width: 50%;
		padding-left: 10px;
		transition: all .6s;
		border-radius: 50px;
		color: #0b379b;
	}
	
	.news .n-left {
	    width: 263px;
	    background-image: url(/assets/image/new1.png);
	    color: #fff;
	    height: 286px;
	    float: left;
	    display: none;
	}
	.public-t .cr-bottom a {
	    display: block;
	    color: #1d4295;
	    text-align: left;
	    line-height: 48px;
	    width: 107px;
	    text-align: left;
	    margin-top: 20px;
	    padding-left: 11px;
	    float: right;
	}


	.w_a {
		background-image: url(/assets/image/main.png);
		background-repeat: no-repeat;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
	}

	.w_b {
		background-image: url(/assets/image/main1.png);
		background-repeat: no-repeat;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
	}

	.w_c {
		background-image: url(/assets/image/main2.png);
		background-repeat: no-repeat;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
	}

	.w_d {
		background-image: url(/assets/image/main3.png);
		background-repeat: no-repeat;
		padding-bottom: 3px;
		margin-bottom: 30px;
		border-top: 1px solid #fff;
	}
}
